home *** CD-ROM | disk | FTP | other *** search
/ Family Forum 260 / SOMC Family Forum 260 - Disc 1.iso / PANZER / PANZER.INI < prev    next >
INI File  |  1998-03-12  |  6KB  |  153 lines

  1. ;===========================================================================
  2. ;
  3. ;                                P A N Z E R
  4. ;                       World War II Tank Simulation
  5. ;
  6. ;                          Designed for Windows 95
  7. ;
  8. ;             Copyright (c) 1998 by Charybdis Enterprises, Inc.
  9. ;                           All Rights Reserved.
  10. ;
  11. ;---------------------------------------------------------------------------
  12. ;
  13. ; Panzer.INI
  14. ;
  15. ; Contains general configuration settings for the product.
  16. ;
  17. ;===========================================================================
  18.  
  19. ;===========================================================================
  20. ;========================== Startup parameters =============================
  21. ;===========================================================================
  22. [StartUp]
  23.  
  24. ;---------------------------------------------------------------------------
  25. ; If the DIB mode is in use, this will allow the system to switch into
  26. ; the correct resolution using DirectDraw's interface.  This can be
  27. ; overridden by the -dibswitch/-nodibswitch and -fullscreen/-windowed
  28. ; command line parameters.
  29. ;---------------------------------------------------------------------------
  30. FullScreen=yes
  31.  
  32. ;---------------------------------------------------------------------------
  33. ; Selects the display device (DIB, DirectDraw, Direct3D)
  34. ; and color depth (15, or 16) for the simulator video modes.
  35. ;---------------------------------------------------------------------------
  36. DisplayDevice=DIB
  37. ColorDepth=15
  38.  
  39. ;---------------------------------------------------------------------------
  40. ; Gamma correct value
  41. ;---------------------------------------------------------------------------
  42. Gamma=1.0
  43.  
  44. ;---------------------------------------------------------------------------
  45. ; Video clip control.  These can be overridden with the -intro/-nointro
  46. ; and -vclips/-novclips command line parameters.
  47. ;---------------------------------------------------------------------------
  48. ShowIntro=Yes
  49. VideoClips=Yes
  50.  
  51. ;---------------------------------------------------------------------------
  52. ; DirectSound is used for effects if this is set.  This may be overridden
  53. ; by the -audio and -noaudio command line parameters.  If active, then
  54. ; speech may be turned on or off with Speech or via the -speech and
  55. ; -nospeech command line parameters and music can be controlled with
  56. ; Music or via the -music and -nomusic command line parameters.
  57. ;---------------------------------------------------------------------------
  58. Audio=Yes
  59. Speech=Full
  60. Music=Yes
  61.  
  62. ;---------------------------------------------------------------------------
  63. ; Joystick movements are used by the product if this is set.  This may be
  64. ; overridden by the -joy and -nojoy command line parameters.  If active,
  65. ; then -hat/-nohat, -throttle/-nothrottle, -rudder/-norudder, -force/-noforce
  66. ; will affect the available of options for advanced joysticks.
  67. ;---------------------------------------------------------------------------
  68. Joystick=Yes
  69. Hat=Yes
  70. Throttle=Yes
  71. Rudder=Yes
  72. AutoShow=Yes
  73. ForceFeedback=Yes
  74.  
  75.  
  76. ;===========================================================================
  77. ;=========================== Game settings =================================
  78. ;===========================================================================
  79. [Settings]
  80. ;---------------------------------------------------------------------------
  81. ; This controls the base configuration settings
  82. ;---------------------------------------------------------------------------
  83. Config=Basic
  84. GameplaySettings=Intermediate
  85. MachineSettings=Fast
  86.  
  87. ;---------------------------------------------------------------------------
  88. ; Misc settings
  89. ;---------------------------------------------------------------------------
  90. FacingIcon=Yes
  91.  
  92. ;---------------------------------------------------------------------------
  93. ; These control the rendering settings for the terrain
  94. ;---------------------------------------------------------------------------
  95. TexturesOnTerrain=Medium
  96. SmoothShadeTerrain=Yes
  97.  
  98. ;---------------------------------------------------------------------------
  99. ; These control the rendering settings for models
  100. ;---------------------------------------------------------------------------
  101. SmoothShadeModels=No
  102. UsePerspectiveForModels=No
  103.  
  104. ;---------------------------------------------------------------------------
  105. ; These control the level of detail settings
  106. ;
  107. ; HorizonDistance options: Arcade,
  108. ;                          Wide2.0km, Wide2.5km, Wide3.0km, Wide3.xkm,
  109. ;                          Narrow2.0km, Narrow2.5km, Narrow3.0km, Narrow3.xkm
  110. ;---------------------------------------------------------------------------
  111. UseHighDetailModels=Yes
  112. AnimateTexturesOnVehicles=No
  113. HorizonDistance=Wide2.5km
  114. DistanceHazing=Yes
  115. SpecialEffects=Partial
  116. OptionalObjects=Yes
  117. OptionalCollisions=No
  118.  
  119. ;---------------------------------------------------------------------------
  120. ; These control the difficulty level
  121. ;---------------------------------------------------------------------------
  122. QuickStartFriendlyQuality=Veteran
  123. QuickStartEnemyQuality=Regular
  124. SingleMissionFriendlyQuality=Veteran
  125. SingleMissionEnemyQuality=Regular
  126. CampaignFriendlyQuality=Veteran
  127. CampaignEnemyQuality=Regular
  128.  
  129. ;---------------------------------------------------------------------------
  130. ; These control the realism settings
  131. ;---------------------------------------------------------------------------
  132. Invulnerablity=Q/S
  133. UnlimitedAmmo=Q/S
  134. ArcadeMode=Q/S
  135. AutoID=Q/S SMISSION CMPGN
  136. ExternViewFromEnemy=Q/S
  137. ExternViewFromSupport=Q/S SMISSION CMPGN
  138. PerfectIntel= SMISSION CMPGN
  139. GunStabalization=Q/S
  140. ArcadeRanging=Q/S
  141. AutomaticRanging= SMISSION CMPGN
  142.  
  143. ;===========================================================================
  144. ;============================ QuickStart parameters ========================
  145. ;===========================================================================
  146. [QuickStart]
  147. FriendlyMission=PRDEF
  148. EnemyMission=QKASLT
  149. TimeOfDay=Afternoon
  150. Weather=Clear
  151.  
  152. ; eof - Panzer.ini
  153.